home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 102 / CD-ROM 102.iso / aplic / 2sync / 2SyncSetup.exe / modules / mt / panel / scripts / DefineButton2_461 / BUTTONCONDACTION on(dragOver).as next >
Encoding:
Text File  |  2002-03-20  |  237 b   |  13 lines

  1. on(dragOver){
  2.    if(eval("../mt/codelib:currentview") eq "day")
  3.    {
  4.       tellTarget("../mt/scrolllib")
  5.       {
  6.          stop = "0";
  7.          vscroll = - "5";
  8.          gotoAndStop("vscroll");
  9.          play();
  10.       }
  11.    }
  12. }
  13.